Preserve queue names during storage recovery#1418
Preserve queue names during storage recovery#1418abishekgiri wants to merge 2 commits intoiii-hq:mainfrom
Conversation
|
@abishekgiri is attempting to deploy a commit to the motia Team on Vercel. A member of the Team first needs to authorize it. |
|
Updated the file-based queue recovery path so persisted job keys keep the full queue name, even when the queue name contains or . This also adds a regression test that rebuilds a delayed job from after persistence. |
|
Updated the file-based queue recovery path so persisted job keys keep the full queue name, even when the queue name contains colons or the literal segment :jobs:. This also adds a regression test that rebuilds a delayed job from billing:jobs:v2 after persistence. |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
📝 WalkthroughWalkthroughA helper function Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~12 minutes Poem
🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Summary
:or:jobs:are not truncatedbilling:jobs:v2Testing
cargo test -p iii test_rebuild_from_storage_preserves_queue_names_with_colons -- --nocaptureSummary by CodeRabbit
Bug Fixes
Tests